home *** CD-ROM | disk | FTP | other *** search
/ Grapevine 20 / Grapevine 20 (Disk 1 of 2).adf / Files / arexxexamps.lha / ARTICLES / AREXX_EXAMPLES / Example16.rexx < prev    next >
OS/2 REXX Batch file  |  1980-01-07  |  92b  |  7 lines

  1. /* Example 16 */
  2.  
  3. Say PI()
  4. Exit
  5.  
  6. PI:                 /* This Is A Function */
  7. Return 3.14159